home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / disclosure triangle / readme < prev   
Encoding:
Text File  |  1998-04-24  |  781 b   |  6 lines  |  [TEXT/ttxt]

  1. This is a class I have had sitting around for a while. I asked on the list if anybody wanted it after that huge discussion about adding a disclosure control, but no one ever responded. Now that we had RealBasic cafe I am uploading it so anyone who wants it can use it. I am including the source for people to learn and because it has the option to draw the triangle facing any direction when you click in it, but I'll let you all figure out how to do that (Hint: Look in the Draw method.)
  2.  
  3. Tip for creating custom controls from screenshots:
  4. use graphic converter because it uses rgb like REALbasic and if you hold down the eyedropper it will give you the exact values for the color you want and you can drag it and it will tell you the distance you need to draw.
  5.  
  6. -Jason Toffaletti